From f35b809b212754f93b2384c94b8786e11a7992be Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 1 Mar 2026 21:10:06 +0100 Subject: [PATCH] local-revert-i386-add-GLIBC_ABI_GNU_TLS-version Gbp-Pq: Topic i386 Gbp-Pq: Name local-revert-i386-add-GLIBC_ABI_GNU_TLS-version.diff --- sysdeps/i386/Makefile | 9 --------- sysdeps/i386/Versions | 5 ----- 2 files changed, 14 deletions(-) diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index c0c017b89..ee6470d78 100644 --- a/sysdeps/i386/Makefile +++ b/sysdeps/i386/Makefile @@ -60,15 +60,6 @@ $(objpfx)tst-ld-sse-use.out: ../sysdeps/i386/tst-ld-sse-use.sh $(objpfx)ld.so @echo "Checking ld.so for SSE register use. This will take a few seconds..." $(BASH) $< $(objpfx) '$(NM)' '$(OBJDUMP)' '$(READELF)' > $@; \ $(evaluate-test) - -tests-special += $(objpfx)check-gnu-tls.out - -$(objpfx)check-gnu-tls.out: $(common-objpfx)libc.so - LC_ALL=C $(READELF) -V -W $< \ - | sed -ne '/.gnu.version_d/, /.gnu.version_r/ p' \ - | grep GLIBC_ABI_GNU_TLS > $@; \ - $(evaluate-test) -generated += check-gnu-tls.out else CFLAGS-.os += $(if $(filter rtld-%.os,$(@F)), $(rtld-CFLAGS)) endif diff --git a/sysdeps/i386/Versions b/sysdeps/i386/Versions index 9c84c8ef0..36e23b466 100644 --- a/sysdeps/i386/Versions +++ b/sysdeps/i386/Versions @@ -28,11 +28,6 @@ libc { GLIBC_2.13 { __fentry__; } - GLIBC_ABI_GNU_TLS { - # This symbol is used only for empty version map and will be removed - # by scripts/versions.awk. - __placeholder_only_for_empty_version_map; - } } libm { GLIBC_2.1 { -- 2.30.2